home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / editor / lik32125.zip / LIKSE32.EXE / 0 / RCDATA / TFM_SRHDEFAULT / TFM_SRHDEFAULT.txt
Text File  |  1996-10-22  |  4KB  |  173 lines

  1. object FM_SrhDefault: TFM_SrhDefault
  2.   Left = 109
  3.   Top = 55
  4.   BorderStyle = bsDialog
  5.   Caption = 'Search Engine Defaults'
  6.   ClientHeight = 356
  7.   ClientWidth = 519
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   TextHeight = 16
  15.   object GroupBox1: TGroupBox
  16.     Left = 24
  17.     Top = 8
  18.     Width = 473
  19.     Height = 305
  20.     Font.Color = clBlack
  21.     Font.Height = -13
  22.     Font.Name = 'MS Sans Serif'
  23.     Font.Style = []
  24.     ParentFont = False
  25.     TabOrder = 0
  26.     object Label1: TLabel
  27.       Left = 16
  28.       Top = 108
  29.       Width = 57
  30.       Height = 16
  31.       Caption = 'File Type'
  32.     end
  33.     object Label3: TLabel
  34.       Left = 16
  35.       Top = 28
  36.       Width = 52
  37.       Height = 16
  38.       Caption = 'Heading'
  39.     end
  40.     object Label4: TLabel
  41.       Left = 16
  42.       Top = 68
  43.       Width = 76
  44.       Height = 16
  45.       Caption = 'SubHeading'
  46.     end
  47.     object SpeedButton1: TSpeedButton
  48.       Left = 288
  49.       Top = 144
  50.       Width = 25
  51.       Height = 20
  52.       Hint = 'Click here to select a directory to search'
  53.       Glyph.Data = {
  54.         78010000424D7801000000000000760000002800000020000000100000000100
  55.         04000000000000000000120B0000120B00000000000000000000000000000000
  56.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  57.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00303333333333
  58.         333337F3333333333333303333333333333337F33FFFFF3FF3FF303300000300
  59.         300337FF77777F77377330000BBB0333333337777F337F33333330330BB00333
  60.         333337F373F773333333303330033333333337F3377333333333303333333333
  61.         333337F33FFFFF3FF3FF303300000300300337FF77777F77377330000BBB0333
  62.         333337777F337F33333330330BB00333333337F373F773333333303330033333
  63.         333337F3377333333333303333333333333337FFFF3FF3FFF333000003003000
  64.         333377777F77377733330BBB0333333333337F337F33333333330BB003333333
  65.         333373F7733333333333300333333333333337733333333333330000}
  66.       NumGlyphs = 2
  67.     end
  68.     object Label2: TLabel
  69.       Left = 16
  70.       Top = 146
  71.       Width = 98
  72.       Height = 16
  73.       Caption = 'Limit to Directory'
  74.     end
  75.     object Label5: TLabel
  76.       Left = 8
  77.       Top = 244
  78.       Width = 420
  79.       Height = 16
  80.       Caption = 
  81.         'Message displays on top of search results screen (understands HT' +
  82.         'ML)'
  83.     end
  84.     object ED_Header: TEdit
  85.       Left = 128
  86.       Top = 24
  87.       Width = 321
  88.       Height = 24
  89.       TabOrder = 0
  90.     end
  91.     object ED_SubHeader: TEdit
  92.       Left = 128
  93.       Top = 64
  94.       Width = 321
  95.       Height = 24
  96.       TabOrder = 1
  97.     end
  98.     object ED_FileType: TEdit
  99.       Left = 128
  100.       Top = 104
  101.       Width = 121
  102.       Height = 24
  103.       TabOrder = 2
  104.     end
  105.     object DirTreeLimit: TEdit
  106.       Left = 128
  107.       Top = 142
  108.       Width = 153
  109.       Height = 24
  110.       Hint = 'Limit Search to this directory branch'
  111.       TabOrder = 3
  112.       Text = 'C:\'
  113.     end
  114.     object CHK_SubDir: TCheckBox
  115.       Left = 128
  116.       Top = 168
  117.       Width = 249
  118.       Height = 17
  119.       Hint = 'Check to have search include all sub-directories'
  120.       Caption = 'Include Sub Directories'
  121.       State = cbChecked
  122.       TabOrder = 4
  123.     end
  124.     object CHK_HIDEDIR: TCheckBox
  125.       Left = 128
  126.       Top = 192
  127.       Width = 257
  128.       Height = 17
  129.       Caption = 'Hide File Type && Directory setting'
  130.       TabOrder = 5
  131.     end
  132.     object ED_Banner: TEdit
  133.       Left = 8
  134.       Top = 264
  135.       Width = 457
  136.       Height = 20
  137.       Font.Color = clBlack
  138.       Font.Height = -11
  139.       Font.Name = 'MS Sans Serif'
  140.       Font.Style = []
  141.       MaxLength = 255
  142.       ParentFont = False
  143.       TabOrder = 6
  144.     end
  145.     object CHK_HIDEADV: TCheckBox
  146.       Left = 128
  147.       Top = 216
  148.       Width = 257
  149.       Height = 17
  150.       Caption = 'Hide Advance Search Options'
  151.       TabOrder = 7
  152.     end
  153.   end
  154.   object Button2: TButton
  155.     Left = 160
  156.     Top = 320
  157.     Width = 89
  158.     Height = 25
  159.     Caption = 'OK'
  160.     TabOrder = 1
  161.     OnClick = Button2Click
  162.   end
  163.   object Button3: TButton
  164.     Left = 256
  165.     Top = 320
  166.     Width = 89
  167.     Height = 25
  168.     Caption = 'Cancel'
  169.     TabOrder = 2
  170.     OnClick = Button3Click
  171.   end
  172. end
  173.